From 350110ad9d8fd5c71ef2cae2fdbf730a9f4dec25 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 16 May 2020 10:11:52 -0400 Subject: [PATCH] testsuite: Add a gsk-compare-broadway suite We have a Broadway renderer, might as well spell that out in the tests, and make the suite exclude the 3d tests it can't handle. --- testsuite/gsk/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/testsuite/gsk/meson.build b/testsuite/gsk/meson.build index 0eeff8d3e8..c72d6a2951 100644 --- a/testsuite/gsk/meson.build +++ b/testsuite/gsk/meson.build @@ -80,6 +80,7 @@ informative_render_tests = [ renderers = [ # name exclude term [ 'opengl', '' ], + [ 'broadway', '-3d' ], [ 'cairo', '-3d' ], ] -- 2.30.2